home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / help_a_i / floor < prev    next >
Encoding:
Text File  |  1994-02-21  |  231 b   |  12 lines

  1. floor:
  2.  
  3. Syntax:    floor ( a )
  4.  
  5. Description:
  6.  
  7.     Floor returns the smallest integer not greater than the
  8.     argument. If the argument is a MATRIX then the floor operation
  9.     is performed on an element-by-element basis.
  10.  
  11. See Also: ceil, int
  12.